How to configure Notepad++ (Scintilla) to write below EOF after EOL [on hold]
Posted
by
Piotr Piaseczny
on Super User
See other posts from Super User
or by Piotr Piaseczny
Published on 2013-06-28T16:05:41Z
Indexed on
2013/07/01
16:24 UTC
Read the original article
Hit count: 215
notepad++
Is it possible to configure scintilla to "brake" EOL/EOF while writing ? Now, if I want to begin writing in a column after EOL, I use ALT+left mouse button and start typing after click. No idea how to begin writing below EOF. Pressing Enter key many times is the only method now.
Other explanation:
If You open a new document, doesnt matter what kind of (php/txt etc) all You have is just one line. If You want to write in line 5 - must press Enter 5 times. Every other editor I know (IDE in Builder C++/MultiEdit) "ignore" eof and you can write anywhere in document. Because of php/html I've found notepad++ as a best editor but I'd like to "brake" limitations of (probably) scintilla
© Super User or respective owner